CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - reader writer problem

搜索资源列表

  1. reader-writer-problem

    0下载:
  2. reader-writer-problem读者写者问题代码-reader-writer-problem readers to write code problem
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8518
    • 提供者:ws
  1. readwrite

    0下载:
  2. 读者-写者问题(Courtois et al., 1971) 读者-写者问题为数据库访问建立了一个模型。例如,一个系统,其中有许多竞争的进程试图读写其中的数据,多个进程同时读是可以接受的,但如果一个进程正在更新数据库,则所有的其他进程都不能访问数据库,即使读操作也不行。问题是:如何对读者和写者进行编程。 -ipc computer system reader-writer problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:16258
    • 提供者:
  1. EX5

    4下载:
  2. 用Win32所提供的同步对象实现自己的P、V,并解决读者-写者问题-Use Win32 synchronization objects provided by the realization of their P, V, and address the reader- writer problem
  3. 所属分类:Windows Develop

    • 发布日期:2015-11-24
    • 文件大小:1869
    • 提供者:Nancy
  1. Readerwriter

    0下载:
  2. Reader Writer Problem to solve synchronization issues
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:33295
    • 提供者:Nasir
  1. reader

    0下载:
  2. 本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1205
    • 提供者:zhang
  1. reader_writer.c

    0下载:
  2. reader-writer problem implemented in C
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:593
    • 提供者:somit
  1. readwrit

    0下载:
  2. reader writer problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:rohit
  1. reader-writer

    0下载:
  2. 经典的读者写者问题 ,里面含有详细的说明并且含有规范的设计报告-The problem of the classic readers to write, which contains detailed descr iptions and specifications of the design report containing
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:91183
    • 提供者:mq
  1. wr

    0下载:
  2. 读者与写着问题,可视化演示,直观的演示了读者写者问题。-Readers and reading problems, visual presentations, visual presentation of the reader-writer problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:141552
    • 提供者:yang
  1. 1123

    0下载:
  2. 创建一个控制进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。运行结果显示要求:要求在每个线程创建、发出读写申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确定所有处理都遵守相应的读写操作限制。 读者-写者问题的读写操作限制-Create a control process, this process contains n threads. Use of these n thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1646681
    • 提供者:a221221a
  1. readerwriter

    0下载:
  2. 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers. Main function create 3 reader thre
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:820
    • 提供者:王跃辉
  1. reader_writer

    0下载:
  2. reader and writer problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:384299
    • 提供者:camel
  1. Reader_Writer

    0下载:
  2. 操作系统中的读者写者问题算法.该算法为为读者优先。-Reader-Writer problem algorithm in the operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:13466
    • 提供者:陈平君
  1. xianchengthread

    0下载:
  2. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:513553
    • 提供者:zsb
  1. Reader-Writer

    0下载:
  2. reader—writer problem 多线程同步算法 linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10066
    • 提供者:小贺
  1. readerwriter

    0下载:
  2. 在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:113373
    • 提供者:孙芸芸
  1. readerwirter

    0下载:
  2. 读者写者问题,操作系统的经典实验,用c实现-Reader-writer problem, the operating system of the classic experiment, realized with the c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2967
    • 提供者:lianjx
  1. readerwriter

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:122786
    • 提供者:镡皓琳
  1. Reader-Writer_Problem)

    0下载:
  2. 用多线程同步方法解决读者-写者问题。为每个读者/写者产生一个线程,设计正确的同步算法-With multi-thread synchronization methods to solve the reader- writer problem. For each reader/writer to produce a thread, correct synchronization algorithm design
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:169276
    • 提供者:nieyuanhao
  1. Reader-Writer

    0下载:
  2. 创建一个控制台进程,此进程包含n个线程,用这n个线程来表示n个读者或写者,每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作,用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先): 写-写互斥,即不能有两个写者同时进行写操作。 读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:7516
    • 提供者:何必
« 12 3 »
搜珍网 www.dssz.com